projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0594ce
)
dma: Kconfig: Add TI_EDMA3 entry
author
Mugunthan V N
<
[email protected]
>
Mon, 15 Feb 2016 10:01:38 +0000
(15:31 +0530)
committer
Jagan Teki
<
[email protected]
>
Tue, 23 Feb 2016 10:44:45 +0000
(16:14 +0530)
Add TI_EDMA3 entry on Kconfig with help description.
Signed-off-by: Mugunthan V N <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
drivers/dma/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/dma/Kconfig
b/drivers/dma/Kconfig
index 58cb6e953131b2eb1d35f68f094ea8e0fb65802d..1b92c7789d4f53dad0569542ef8a853788e334f5 100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-12,4
+12,11
@@
config DMA
buses that is used to transfer data to and from memory.
The uclass interface is defined in include/dma.h.
+config TI_EDMA3
+ bool "TI EDMA3 driver"
+ help
+ Enable the TI EDMA3 driver for DRA7xx and AM43xx evms.
+ This driver support data transfer between memory
+ regions.
+
endmenu # menu "DMA Support"